home *** CD-ROM | disk | FTP | other *** search
- -- card: 6723 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2651
- -- name: Control
-
-
- -- part contents for background part 11
- ----- text -----
- Control Structures
-
- -- part contents for background part 12
- ----- text -----
- 9
-
- -- part contents for background part 13
- ----- text -----
- IF boolean THEN
- commands
- [ELSE
- commands]
- [END IF]
- REPEAT [FOR] count [TIMES] |
- UNTIL boolean |
- WHILE boolean |
- WITH variable = low number TO high number
- commands
- END REPEAT
- EXIT handler | IF | REPEAT
- NEXT REPEAT
- PASS Message